constants

 

Example

The following is an example of how to reference the constants object:

	// The full path is required.
	dundas.controls.Chart.constants.drawCompleteEventName
	

 

Properties

 
  Name Description
  drawCompleteEventName Triggered when the chart has finished drawing, including all of its animations.
  expanderClickEventName Triggered when an axis label expander button is clicked. Handlers are passed a jQuery.Event object, and an object with properties axis (ChartAxis), dataValue (Object), isExpanded (Boolean), labelRow (ChartAxisLabelRow), point and points (ChartPoint).
  maxVisibleCategoriesDefault The default value of the dundas.controls.ChartViewportSettings.maxVisibleCategories property.
  selectionChangedEventName Triggered when the user has finished interactively selecting an area of the chart using the selection cursor. Handlers are passed parameters with types: jQuery.Event, ChartSelectionChangeType, Boolean (indicating multi-select).
  selectionChangingEventName Triggered as the user interactively selects an area of the chart using the selection cursor with their mouse or finger. Handlers are passed parameters with types: jQuery.Event, ChartSelectionChangeType, Boolean (indicating multi-select).
  viewportChangeEventName Triggered when the chart's viewport changes as a result of scrolling or zooming. Handlers are passed parameters with types: jQuery.Event, ChartAxisDimension, ChartViewportChangeType.